EFI: don't repeatedly replace symlinks
authorJan Beulich <jbeulich@suse.com>
Mon, 26 Nov 2018 14:43:22 +0000 (15:43 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 26 Nov 2018 14:43:22 +0000 (15:43 +0100)
commit9aac4a0b4372d5e3db573641cc1e5a44e3748b0b
treeefeb4032925e5689405d54751d948707e383ddcf
parent5278906d5db78b21736a769d9d33b232db39e9a9
EFI: don't repeatedly replace symlinks

Once created there's no point re-creating them on every incremental
make. This in particular prevents them from becoming root-owned during
e.g. "sudo make install-xen", but it also allows (during development)
to replace them there (instead of in common/efi/) by actual files with
perhaps slightly changed contents.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/Makefile